post https://api.tryspeed.com/withdrawal-links/filter
You have the option to filter withdrawal links based on their status using this API. The available statuses include "paid," "active," or "deactivated."
Log in to see full request history
Response
You have the option to filter withdrawal links based on their status using this API. The available statuses include "paid," "active," or "deactivated."
xxxxxxxxxx
curl --request POST \
--url https://api.tryspeed.com/withdrawal-links/filter \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'speed-version: 2022-10-15' \
--data '{"status":"paid"}'
Try It!
to start a request and see the response here! Or choose an example: