Skip to main content
GET
/
api
/
v1
/
accounts
/
{account-id}
/
nft-transfers
List reward certificate NFT transfers
curl --request GET \
  --url https://app.crown-brlv.com/api/v1/accounts/{account-id}/nft-transfers
{
  "transfers": [
    {
      "id": "660e8400-e29b-41d4-a716-446655440010",
      "reward-certificate-id": "660e8400-e29b-41d4-a716-446655440010",
      "source-address": "0xabcdef1234567890abcdef1234567890abcdef12",
      "target-address": "0x1234567890abcdef1234567890abcdef12345678",
      "state": "created",
      "created-at": "2024-01-15T10:30:00Z",
      "state-updated-at": "2024-01-15T10:30:00Z"
    }
  ]
}

Path Parameters

account-id
string<uuid>
required

Response

NFT transfers list retrieved successfully

transfers
object[]
required

List of reward certificate transfers