cURL
curl --request POST \ --url https://api.enterprise.sandbox.uphold.com/core/assets/_mget \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "codes": [ "BTC", "ETH" ] }'
200
Assets Retrieved
{ "assets": { "BTC": { "code": "BTC", "name": "Bitcoin", "type": "crypto", "symbol": "₿", "decimals": 8, "logo": "https://cdn.uphold.com/assets/BTC.svg", "features": [ "buy", "deposit", "sell", "transfer", "withdraw" ], "cooldowns": [] }, "ETH": { "code": "ETH", "name": "Ethereum", "type": "crypto", "symbol": "Ξ", "decimals": 18, "logo": "https://cdn.uphold.com/assets/ETH.svg", "features": [ "buy", "deposit", "sell", "transfer", "withdraw" ], "cooldowns": [] } }}
Retrieve several assets by their codes.
features
OAuth 2.0 authentication.
Assets retrieved.
The response is of type object.
object