Skip to main content
GET
/
v1
/
networks
/
{network_id}
/
assets
/
{asset_id}
Get asset by ID
curl --request GET \
  --url https://api.cdp.coinbase.com/platform/v1/networks/{network_id}/assets/{asset_id} \
  --header 'Authorization: Bearer <token>'
{
  "network_id": "base-sepolia",
  "asset_id": "USDC",
  "decimals": 18,
  "contract_address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e"
}

Authorizations

Authorization
string
header
required

Path Parameters

network_id
string
required
asset_id
string
required

Response

network_id
string
required
Example:
asset_id
string
required
Example:
decimals
integer
Example:
contract_address
string
Example: