> For the complete documentation index, see [llms.txt](https://docs.localramp.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.localramp.co/test-integration/simulate-webhooks/crypto-sent-onramp.md).

# Crypto Sent (onramp)

To simulate a "crypto sent" webhook

&#x20;Make a **POST** request to the following endpoint.

{% code overflow="wrap" %}

```url
https://api.localramp.co/v1/test/webhook/buy/crypto-sent
```

{% endcode %}

The request takes this as the body

```javascript
{
    webhook_url: "https://webhook.site/97f9dc63"
}
```

With the following header

```
x-auth-token: <SECRET_KEY>
```
