Skip to content

Commit

Permalink
docs: add profile lookup endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
charmful0x authored Oct 24, 2022
1 parent 1c170a9 commit 7f54e05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ GET /stats

return statistics and data related to the ANS smart contract.

### 3- Profile lookup

```sh
GET /profile/label_addr
```

return a user's profile using the Arweave address or the `currentLabel`

### Attention
These API endpoints' purpose is only to fetch network statistics of the ANS protocol. The cached contract state does not reflect the latest contract state (real execution time), therefore it cannot be used as ANS state equivalent.

Expand Down

0 comments on commit 7f54e05

Please sign in to comment.