Get account by token
get
/v1/accounts/token_account
Query parameters
addressstringRequiredExample:
Address of the account to lookup associated token account for
0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC74ff3tokenstringRequiredExample:
Token address to lookup associated token account for
0x2cd8999Be299373D7881f4aDD11510030ad1412FResponses
200Success
application/json
400
Client error
application/json
404
Resource not found
application/json
408
Request timeout
application/json
422
Business logic error
application/json
500
Internal server error
application/json
get
/v1/accounts/token_accountGET /v1/accounts/token_account?address=text&token=text HTTP/1.1
Host: api.testnet.1money.network
Accept: */*
{
"balance": "1500000",
"nonce": 0,
"token_account_address": "0x9E1E9688A44D058fF181Ed64ddFAFbBE5CC742Ab"
}Last updated