Skip to content

Latest commit

 

History

History
68 lines (38 loc) · 1.73 KB

BalanceOfApi.md

File metadata and controls

68 lines (38 loc) · 1.73 KB

\BalanceOfApi

All URIs are relative to https://localhost:9200/v1/vault-ethereum

Method HTTP request Description
erc721balanceof GET /accounts/{account-name}/erc721/balanceOf erc721 balance of
geterc20balance POST /accounts/{account-name}/erc20/balanceOf get erc20 balance

erc721balanceof

erc721balanceof(account_name, accept) erc721 balance of

Parameters

Name Type Description Required Notes
account_name &str [required]
accept &str [required]

Return type

(empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]

geterc20balance

geterc20balance(account_name, accept) get erc20 balance

Parameters

Name Type Description Required Notes
account_name &str [required]
accept &str [required]

Return type

(empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]