Skip to content

Get wire history

GET
/v2/wires/{wireId}/history

Get the history of a wire transfer.

wireId
required
string
X-API-Key
string

API Key

X-API-Secret
string

API Secret

The wire transfer history.

object
wireId
required
string
events
required

List of history events

Array<object>
object
timestamp
required
string format: date-time
status
required
string
Allowed values: pending processing completed failed cancelled
description
required
string

Bad Request

Unauthorized

Forbidden

Not Found

Internal Server Error