Get coins
Get coins
Query Parameters
coin_type string
Coin Type
creator_address string
Creator Address
cursor string
The cursor returned in the previous response (used for getting the next page).
limit number
Number of items returned, default: 20
Responses
- 200
200 Successful
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
cursor string
The cursor returned in the previous response (used for getting the next page)
page number required
Page of results
limit number required
Limit of results
total_items number required
Total returned result items
data object[] required
Array of documents
coin_type string required
coinType
coin_type_hash string required
coinTypeHash
creator_address string required
creatorAddress
name string required
name
decimals number required
decimals
supply_aggreator_table_handle string required
supplyAggreatorTableHandle
supply_aggreator_table_key string required
supplyAggreatorTableKey
symbol string required
symbol
transaction_created_timestamp number required
transactionCreatedTimestamp
transaction_version_created number required
transactionVersionCreated
[
{
"cursor": "string",
"page": 0,
"limit": 0,
"total_items": 0,
"data": [
{
"coin_type": "0x1::aptos_coin::AptosCoin",
"coin_type_hash": "91ceb1308a98389691e05158b07ed5f079ab78461a6bb8d5a4054b1bb5cb8bb6",
"creator_address": "0x1",
"name": "Aptos Coin",
"decimals": 4,
"supply_aggreator_table_handle": "0x1b854694ae746cdbd8d44186ca4929b2b337df21d1c74633be19b2710552fdca",
"supply_aggreator_table_key": "0x619dc29a0aac8fa146714058e8dd6d2d0f3bdf5f6331907bf91f3acd81e6935",
"symbol": "APT",
"transaction_created_timestamp": 1665740256504239,
"transaction_version_created": 1665740256504239
}
]
}
]
Loading...