List crypto addresses

The endpoint returns the list of crypto addresses for a given user and can be filtered further using the supported query parameters.

SecuritybearerAuth
Request
query Parameters
id
string <uuid>

The address ID that needs to be filtered

Example: id=11111111-12ab-ab12-eeeeeeeeeeee
asset_id
string <uuid>

The asset_id that needs to be filtered

Example: asset_id=1ed83487-f684-62a2-a155-fe633f0db292
coin_network_id
string <uuid>

Filter addresses by coin_network_id

Example: coin_network_id=d969468d-2be6-4522-977e-ea4d92c45e86
size
integer [ 1 .. 100 ]

Number of elements to be displayed on a page

Example: size=10
after_id
string <uuid>

A cursor for use in pagination. after_id is an Address ID that defines your place in the list.

Example: after_id=1ed804ad-41e9-6fc2-bf32-1e7e399643fb
header Parameters
bp-user-id
required
string <uuid>
Example: 12312312-2be6-4522-977e-ea4d92c45e86
Responses
200

Success Response

401

Unauthorized

403

Forbidden

422

Validation Error

500

Internal Error

503

Service unavailable

get/v1/crypto-transfers/addresses
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "meta": {
    }
}