Returns the enhanced portfolio detail of an asset

The endpoint returns the enhanced details of a portfolio asset. If user has staked assets, then the information will be added here.

SecuritybearerAuth
Request
path Parameters
assetId
required
integer <int32>
fiatId
required
integer <int32>
header Parameters
bp-user-id
required
string <uuid>
Responses
200

Asset details (enhanced)

400

Error

401

Invalid user

404

Error

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/portfolio/assets/{assetId}/fiats/{fiatId}
Request samples
Response samples
application/json
{
  • "data": {
    }
}