Skip to content

Confirm Transfer Match

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

Confirm a suggested CEX↔chain transfer match.

This applies cost basis inheritance for the matched transfer.

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"
}
]
}