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
Retrieve several assets by their codes.
features
OAuth 2.0 authentication.
The asset codes to retrieve.
1 - 100
1
Assets retrieved.
Show child attributes
Was this page helpful?