Skip to content

Commit

Permalink
Merge pull request #255 from WalletConnect/feat/add_zone_parameter_to…
Browse files Browse the repository at this point in the history
…_suggestions

feat(blockchainAPI): adding optional zone query parameter for the name suggestions
  • Loading branch information
geekbrother authored Sep 10, 2024
2 parents 51b9653 + dd34bf6 commit 8b267bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/specs/servers/blockchain/blockchain-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ Used to lookup for suggestions for the new name by returning 3 unique usernames.

* `name` - The preffered name. Minimum 3 characters length.


#### Query parameters:

* `zone` - (Optional) Name zone for suggestions.

#### Success response body:

```jsonc
Expand Down

0 comments on commit 8b267bd

Please sign in to comment.