Set a wallet's fee
Sets the wallet's marketplace fee in basis points (bps; 100 bps = 1%). The authenticated actor must own the wallet.
/wallets/{wallet_id}/feeSets the wallet's marketplace fee in basis points (bps; 100 bps = 1%). The authenticated actor must own the wallet.
JWT issued by IdentityX, signed with Ed25519
In: header
Path Parameters
Wallet ID.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request body for setting a wallet fee. Mirrors models.SetFeeBPSRequest.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/wallets/497f6eca-6276-4993-bfeb-53cbbbba6f08/fee" \ -H "Content-Type: application/json" \ -d '{ "fee_bps": 100 }'{
"code": 0,
"message": "string",
"data": {},
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"pagination": {
"page": 1,
"limit": 1,
"total": 0,
"has_next": true,
"has_prev": true,
"next_page": 0,
"prev_page": 0
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}Get a wallet by ID GET
Fetches a single wallet. NOTE: this endpoint currently returns 201 (a known quirk of the current implementation) — documented as-is.
Set a wallet's sandbox state PATCH
Toggles the wallet's sandbox mode. Sandbox wallets only accept sandbox intents. The authenticated actor must own the wallet.