Skip to content

Reject Transfer Match

PATCH
/api/v1/unified/transfers/{match_id}/reject
curl --request PATCH \
--url https://api.qeychain.xyz/api/v1/unified/transfers/example/reject

Reject a suggested CEX↔chain transfer match.

The lot will remain flagged as needs_manual_cost_basis.

match_id
required
Match Id
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}