Swap completed
Simulate successful swap transaction
To simulate a "swap completed" webhook
Make a POST request to the following endpoint.
https://api.localramp.co/v1/test/webhook/swap/completed
The request takes this as the body
{
webhook_url: "https://webhook.site/97f9dc63"
}
With the following header
x-auth-token: <SECRET_KEY>
Last updated