- https://twitter.com/the_sohail_azim
- Joined on
2021-10-26
Block a user
Update dependencies
kamikazechaser
renamed repository from 2025-03-05 07:02:31 +01:00
chain-satck-deploy
to inethi/chain-stack-deploy
Pool Swap Menu Flow
Example:
1
This endpoint lists the top pools to display as a list
> GET http://localhost:5006/api/v1/pool/top
> authorization: Bearer eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJwd…
Pool Swap Menu Flow
1. Select pool menu
User should be able to select a pool from a list or enter the pool symbol manually. The list will be provided by an API. An additional endpoint will be provided to fetch…
Add short code (alias)
To resolve a name -> address:
GET http://localhost:5015/api/v1/bypass/resolve?name=peter.sarafu.eth
{
"ok": true,
"description": "Name resolved",
"result": {
…
Add short code (alias)
> POST http://localhost:5015/api/v1/bypass/register
> authorization: Bearer eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJwdWJsaWNLZXkiOiIweDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAiLC…
Upsell new user SMS via eth-custodial-notify API
> POST http://localhost:5035/api/v1/external/upsell
> authorization: Bearer eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJwdWJsaWNLZXkiOiIweDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD…
kamikazechaser
pushed to master at grassrootseconomics/sarafu-vise-events
2025-01-24 07:36:46 +01:00