status-counts

Get the number of swaps that are in pending or error state, based on wallet address.

Request Parameters:

NameTypeDescriptionExample

walletAddress (required)

String

The wallet address to retrieve the status counts

0x3G9b800bB6805239E9F9C5027F894917C7a71e41

Response URL Example:

https://api.magpiefi.xyz/user-manager/status-counts?walletAddress=0x710Ba8dc63290640f14F0f823faD0Fa49B91C5Ab

Response Example:

{
  "error": 0,
  "pending": 0
}

Last updated