Working with the API
Authentication
Pagination
curl https://wewireapi.com/transactions?limit=2&page=1 {
"data": [
{
"id": "93092390482903489084902",
"amount": 200,
"currency": "AED",
"description": "Test transaction 1"
},
{
"id": "93443869823741234242423",
"amount": 100,
"currency": "USD",
"description": "Test transaction 2"
}
],
"page": 1,
"totalItems": 200,
"limit": 2
}Webhooks
Last updated