v1

latestOpenAPI 3.0.22026-07-26128245430.3 KB
Bridge Wallets

Get all Bridge Wallets

List of Bridge Wallets

get/wallets

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