Get trade tax details

The endpoint retrieves additional tax information for a particular trade. This information helps users better understand the tax calculations associated with that specific trade.

SecuritybearerAuth
Request
path Parameters
Offer-ID
required
string <uuid>

Offer ID

Example: 975d9dbf-41ed-47ef-96eb-8f8a8be1ba4c
header Parameters
bp-user-id
required
string <uuid>

User ID

Responses
200

OK

400

Bad request

401

Unauthorized

403

Account is inactive

404

Not Found

422

Trading disabled

500

Internal server error

get/v1/tax-withholding/{Offer-ID}
Request samples
Response samples
application/json
{
  • "data": {
    }
}