v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Bridge Wallets

Get all Bridge Wallets for a customer

List of Bridge Wallets for the specified Customer ID

get/customers/{customerID}/wallets

Path parameters

customerIDstring required

A UUID that uniquely identifies a resource

Query parameters

limitinteger

The number of items to return (min 1, default 10, max 100)

starting_afterstring

This is a bridge wallet id. If this is specified, the next page that starts with a bridge wallet right AFTER the specified bridge wallet id on the bridge wallet timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that bridge wallets older than the specified bridge wallet id will be returned (shouldn't be set if ending_before is set)

ending_beforestring

This is a bridge wallet id. If this is specified, the previous page that ends with a bridge wallet right BEFORE the specified bridge wallet id on the bridge wallet timeline, which is always ordered from the newest to the oldest by creation time, will be returned. This also implies that bridge wallets newer than the specified bridge wallet id will be returned (shouldn't be set if starting_after is set)

Response

List of Bridge Wallets

countinteger required

total number of items in data