Get the native token balance for an address
GET/?module=account&action=balance
Get the native token balance for an address
Request
Query Parameters
module stringrequired
Possible values: [account]
action stringrequired
Possible values: [balance]
apiKey stringrequired
Example: pk_1234567890
address stringrequired
string containing the address hash.
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
message string
result string
status string
{
  "message": "string",
  "result": "string",
  "status": "string"
}
Loading...