PhoneHash

Request the ability to provide points to the recipient's phone number hash

post
Body
providerstringRequired

Wallet address of the provider

Example: 0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766
receiverstringRequired

Phone number hash of the receiver

Example: 0xF48F4BF6C8B5B285F0D9EB5D52623EE14B6F2B5980E87FAC89E4B968995FAE2B
amountstringRequired

Point amount to be provided

Example: 10000000000000000000000000
signaturestringRequired

Signature of provider or assistant

Example: 0x020d671b80fbd20466d8cb65cef79a24e3bca3fdf82e9dd89d78e7a4c4c045bd72944c20bb1d839e76ee6bb69fed61f64376c37799598b40b8c49148f3cdd88a1b
Responses
200Success
application/json
post
POST /v1/provider/send/phoneHash HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 322

{
  "provider": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
  "receiver": "0xF48F4BF6C8B5B285F0D9EB5D52623EE14B6F2B5980E87FAC89E4B968995FAE2B",
  "amount": "10000000000000000000000000",
  "signature": "0x020d671b80fbd20466d8cb65cef79a24e3bca3fdf82e9dd89d78e7a4c4c045bd72944c20bb1d839e76ee6bb69fed61f64376c37799598b40b8c49148f3cdd88a1b"
}
200Success
{
  "code": 0,
  "data": {
    "provider": "0x5650CD3E6E8963B43D21FAE60EE7A03BCEFCE766",
    "receiver": "0xF48F4BF6C8B5B285F0D9EB5D52623EE14B6F2B5980E87FAC89E4B968995FAE2B",
    "amount": "10000000000000000000000000",
    "txHash": "0xe5502185d39057bd82e6dde675821b87313570df77d3e23d8e5712bd5f3fa6b6"
  },
  "error": {
    "message": "Failed to check the validity of parameters"
  }
}