Query Parameters
Optional filter to retrieve a specific payout destination by its unique identifier. If provided, returns only the destination matching this ID
Optional filter to retrieve all payout destinations associated with a specific merchant. Useful for filtering destinations when managing multiple merchants
Optional filter to retrieve payout destinations configured for a specific blockchain network (e.g. Ethereum Mainnet, Polygon, etc). Allows filtering destinations by their network configuration
Optional filter to find payout destinations matching a specific blockchain wallet address. Can be used to verify if a wallet is already configured as a destination
Optional boolean filter that when set to true returns only the destinations marked as default for their respective networks. Default destinations are used as primary payment addresses
Optional boolean filter that when set to true returns only the destinations marked as archived. Default is false.
Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.
Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.
Optional sorting parameter to specify the field to sort the results by. Valid options are "merchantId", "networkId", "walletAddress", and "dateCreated". Default is "dateCreated".
Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".